body {
	background-color: #CCCCCC;
}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	height: 200px;
	width: 190px;
	position: absolute;
	left: 1px;
	top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	padding: 10px;
	width: 180px;
	position: absolute;
	left: 0px;
	top: 250px;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	width: 622px;
	position: absolute;
	left: 200px;
	top: 0px;
	height: 732px;
	padding: 10px;
}
#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	padding: 10px;
	width: 180px;
	position: absolute;
	left: 0px;
	top: 558px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	font-style: italic;
}
